home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID004.dxr / 00319.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  2.2 KB  |  121 lines

  1. on pda sSection
  2.   set sNewLoc to launchPDA(sSection)
  3.   case sNewLoc of
  4.     "LI00001":
  5.       sound stop 1
  6.       sound stop 2
  7.       cursorOff()
  8.       play movie "mmenu"
  9.     "LIN0100":
  10.       sound stop 1
  11.       sound stop 2
  12.       cursorOff()
  13.       play movie "intro"
  14.     "LID0000":
  15.       sound stop 1
  16.       sound stop 2
  17.       cursorOff()
  18.       play movie "idmenu"
  19.     "LBE0000":
  20.       sound stop 1
  21.       sound stop 2
  22.       cursorOff()
  23.       play movie "bemenu"
  24.     "LID0100":
  25.       sound stop 1
  26.       sound stop 2
  27.       cursorOff()
  28.       play movie "id001"
  29.     "LID0200":
  30.       sound stop 1
  31.       sound stop 2
  32.       cursorOff()
  33.       play movie "id002"
  34.     "LID0300":
  35.       sound stop 1
  36.       sound stop 2
  37.       cursorOff()
  38.       play movie "id003"
  39.     "LID0400":
  40.       sound stop 1
  41.       sound stop 2
  42.       cursorOff()
  43.       play movie "id004"
  44.     "LID0500":
  45.       sound stop 1
  46.       sound stop 2
  47.       cursorOff()
  48.       play movie "id005"
  49.     "LID0600":
  50.       sound stop 1
  51.       sound stop 2
  52.       cursorOff()
  53.       play movie "id006"
  54.     "LID0700":
  55.       sound stop 1
  56.       sound stop 2
  57.       cursorOff()
  58.       play movie "id007"
  59.     "LID0800":
  60.       sound stop 1
  61.       sound stop 2
  62.       cursorOff()
  63.       play movie "id008"
  64.     "LID0900":
  65.       sound stop 1
  66.       sound stop 2
  67.       cursorOff()
  68.       play movie "id009"
  69.     "LID1000":
  70.       sound stop 1
  71.       sound stop 2
  72.       cursorOff()
  73.       play movie "id010"
  74.     "LID1100":
  75.       sound stop 1
  76.       sound stop 2
  77.       cursorOff()
  78.       play movie "id011"
  79.     "LBE0100":
  80.       sound stop 1
  81.       sound stop 2
  82.       cursorOff()
  83.       play movie "be001"
  84.     "LBE0200":
  85.       sound stop 1
  86.       sound stop 2
  87.       cursorOff()
  88.       play movie "be002"
  89.     "LBE0300":
  90.       sound stop 1
  91.       sound stop 2
  92.       cursorOff()
  93.       play movie "be003"
  94.     "LBE0400":
  95.       sound stop 1
  96.       sound stop 2
  97.       cursorOff()
  98.       play movie "be004"
  99.     "LBE0500":
  100.       sound stop 1
  101.       sound stop 2
  102.       cursorOff()
  103.       play movie "be005"
  104.     "LBE0600":
  105.       sound stop 1
  106.       sound stop 2
  107.       cursorOff()
  108.       play movie "be006"
  109.     "LBE0700":
  110.       sound stop 1
  111.       sound stop 2
  112.       cursorOff()
  113.       play movie "be007"
  114.     "LBE0800":
  115.       sound stop 1
  116.       sound stop 2
  117.       cursorOff()
  118.       play movie "be008"
  119.   end case
  120. end
  121.